Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase version to 12.0.0 #774

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Increase version to 12.0.0 #774

merged 1 commit into from
Sep 7, 2023

Conversation

riitasointi
Copy link
Collaborator

@riitasointi riitasointi commented Sep 7, 2023

Description

PR increases version number to 12.0.0 in anticipation of a new stable release

Release notes

General

LinkList (#710)

  • Introduce <LinkList> component

RouterLink (#710)

  • Breaking change: Add .fi-link class to the component and use it for styling like in other link components
  • Add smallScreen prop to allow smaller font size (16px) where needed

Link & ExternalLink (#710)

  • Add smallScreen prop to allow smaller font size (16px) where needed.
  • Add option for bulleted variant via variant prop

ActionMenu (#734)

  • Introduce <ActionMenu> component

Button

LanguageMenu (#722)

  • Breaking change: Completely rewrite the component without using ReachUI dependency
    • Rename prop name to buttonText and change its type from any to string. This name better describes its purpose
    • Add mandatory prop aria-label to inform assistive technologies about usage of LanguageMenu
    • Remove props languageMenuButtonClassName and languageMenuOpenButtonClassName
    • Add mandatory lang prop to <LanguageMenuItem>
    • Remove child element <LanguageMenuLink>. All children should now be <LanguageMenuItem>s with an onSelect() handler
    • Add props onBlur(), onClick(), onOpen() and onClose()
    • Add prop wrapperProps which accepts React.HTMLAttributes and is placed to the outermost div of the component
    • Introduce high contrast mode improvements

TextInput, Textarea (#752)

  • Add character counter functionality

SingleSelect, MultiSelect (#753)

  • Add optional property listProps for passing data-attributes to unordered list element
  • Add optional property listItemProps for passing data-attributes to list items

DateInput (#761)

  • Fix ref

Breadcrumb (#771)

  • Fix underline prop behavior

@riitasointi riitasointi merged commit bd5827b into develop Sep 7, 2023
1 check passed
@riitasointi riitasointi deleted the release/12.0.0 branch September 7, 2023 10:19
@riitasointi riitasointi mentioned this pull request Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants